services.anubis.instances.<name>.settings.BIND
The address that Anubis listens to. See Go's net.Listen for syntax.
When using unix sockets:
- use the prefix "/run/anubis/anubis/" if the instance name is the empty string,
- "/run/anubis/anubis-/" otherwise.
Defaults to Unix domain sockets. To use TCP sockets, set this to a TCP address and BIND_NETWORK to "tcp".
- Type
string- Default
"/run/anubis/anubis-‹name›/anubis.sock"- Example
":8080"- Declared
- <nixpkgs/nixos/modules/services/networking/anubis.nix>